/* Data Members */
OptionCString deficon;
- OptionBool nuke_placer;
QVector<arglist_t> geo_args = {
{"deficon", &deficon, "Default icon name", nullptr, ARGTYPE_STRING, ARG_NOMINMAX, nullptr },
- {"nuke_placer", &nuke_placer, "Omit Placer name", nullptr, ARGTYPE_BOOL, ARG_NOMINMAX, nullptr },
};
};
#endif // GEO_H_INCLUDED_
bool isSizeSwapped{false};
OptionBool showlist; // if true show a list instead of download tracks
- OptionCString track; // if not 0 only download this track, if 0 download all
OptionCString opt_dump_file; // dump raw data to this file (optional)
OptionBool opt_input_dump_file; // if true input is from a dump-file instead of serial console
QVector<arglist_t> globalsat_args = {
{"showlist", &showlist, "list tracks", nullptr, ARGTYPE_BOOL, ARG_NOMINMAX, nullptr},
- {"track", &track, "get track", "0", ARGTYPE_INT, ARG_NOMINMAX, nullptr},
{"dump-file", &opt_dump_file, "Dump raw data to this file", nullptr, ARGTYPE_OUTFILE, ARG_NOMINMAX, nullptr},
{"input-is-dump-file", &opt_input_dump_file, "Dump raw data to this file", nullptr, ARGTYPE_BOOL, ARG_NOMINMAX, nullptr},
{"timezone", &opt_timezone, "Time zone ID", nullptr, ARGTYPE_STRING, ARG_NOMINMAX, nullptr},
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_geo.html
option geo deficon Default icon name string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_geo.html#fmt_geo_o_deficon
-option geo nuke_placer Omit Placer name boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_geo.html#fmt_geo_o_nuke_placer
-
file rwrwrw geojson json GeoJson geojson
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_geojson.html
option geojson compact Compact Output. Default is off. boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_geojson.html#fmt_geojson_o_compact
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_globalsat.html
option globalsat showlist list tracks boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_globalsat.html#fmt_globalsat_o_showlist
-option globalsat track get track integer 0 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_globalsat.html#fmt_globalsat_o_track
-
option globalsat dump-file Dump raw data to this file outfile https://www.gpsbabel.org/WEB_DOC_DIR/fmt_globalsat.html#fmt_globalsat_o_dump-file
option globalsat input-is-dump-file Dump raw data to this file boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_globalsat.html#fmt_globalsat_o_input-is-dump-file
sport Sport: Biking (deflt), Running, MultiSport, Other
geo Geocaching.com .loc
deficon Default icon name
- nuke_placer (0/1) Omit Placer name
geojson GeoJson
compact (0/1) Compact Output. Default is off.
dg-100 GlobalSat DG-100/BT-335 Download
erase_only (0/1) Only erase device data, do not download anything
globalsat GlobalSat GH625XT GPS training watch
showlist (0/1) list tracks
- track get track
dump-file Dump raw data to this file
input-is-dump-file (0/1) Dump raw data to this file
timezone Time zone ID
+++ /dev/null
-<para>
-If this option is specified, GPSBabel will not read geocache placer information
-from a .loc file on input. That is, it will ignore any placer names in the
-input file.
-</para>
-<para>
-This option has no effect on output.
-</para>
+++ /dev/null
-<para>
-The 'track' option is used to fetch a single named track, probably one you
-learned about via the 'showlist' option from a previous invocation, instead
-of fetching all the tracks, which is our default.
-</para>
-<example xml:id="globalsat-option-track">
- <title>Command track can be used to fetch a single track, default is all tracks</title>
- <para><userinput>gpsbabel -i globalsat,track=number -f /dev/ttyUSB0 -o gpx,garminextensions -F outfile.gpx</userinput></para>
-</example>